type crypto/hpke.hybridPrivateKey
8 uses
crypto/hpke (current package)
pq.go#L222: type hybridPrivateKey struct {
pq.go#L289: return &hybridPrivateKey{mlkem768X25519, bytes.Clone(seed), t, pq}, nil
pq.go#L294: return &hybridPrivateKey{mlkem768P256, bytes.Clone(seed), t, pq}, nil
pq.go#L299: return &hybridPrivateKey{mlkem1024P384, bytes.Clone(seed), t, pq}, nil
pq.go#L314: func (k *hybridPrivateKey) KEM() KEM {
pq.go#L318: func (k *hybridPrivateKey) Bytes() ([]byte, error) {
pq.go#L325: func (k *hybridPrivateKey) PublicKey() PublicKey {
pq.go#L333: func (k *hybridPrivateKey) decap(enc []byte) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |